home *** CD-ROM | disk | FTP | other *** search
- /* $VER: CW0 2.17 (30.12.98)
- *
- * X file system entry
- *
- * This mount file enables reading and writing of disks
- * on disk drive unit 0 attached to catweasel hardware
- * using cw.device (which connects to multidisk.device)
- */
-
- Handler = L:xfsd
- Priority = 9 ; Stacksize = 16000
- Globvec = -1 ; Mount = 1
-
- /*
- * Further information is passed using the ToolTypes
- * in the icon, using the Startup string, eg
- *
- * Startup=DEVICE=cw.device UNIT=0 FLAGS=0
- *
- * Note there are no quotes around the string, unlike
- * the mountlist version
- *
- * use FLAGS=0 for 3.5 disks and FLAGS=0x10000 for 5.25 disks
- *
- */
-